This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class PdfCommand
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class PdfCommand

The type exposes the following members.

Public Constructors

  Name Description
Public method PdfCommand

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetParameterValue
Gets the parameter string value for specified parameter.
(Inherited from CommandBase.)
Public method GetType (Inherited from Object.)
Public method SetParameterConstraint
Sets the constraint for specified parameter.
(Inherited from CommandBase.)
Public method SetParameterValue
Sets the value for specified parameter.
(Inherited from CommandBase.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method TryGetConstraint<(Of <<'(T>)>>)
Gets the constraint for given parameter.
(Inherited from CommandBase.)
Protected method TryGetParameterValueInternal
Hook to shortcut reflection to get common property values.
(Inherited from CommandBase.)

Public Properties

  Name Description
Public property BottomMargin
Gets or sets the bottom margin.
Public property CanCopyContent
Gets or sets a value indicating whether the contents can be copied to the clipboard.
Public property CompressionLevel
Gets or sets the compression level.
Public property DC
Gets or sets the dublin core element set.
Public property DefaultFooterText
Gets or sets the default footer text.
Public property DefaultHeaderText
Gets or sets the default header text.
Public property Landscape
Gets or sets a value indicating whether landscape is used.
Public property LeftMargin
Gets or sets the left margin.
Public property LinksEnabled
Gets or sets a value indicating whether url links are enabled.
Public property PageSize
Gets or sets the size of the page.
Public property PageWidth
Gets or sets the width of the page in pixels.
Public property PdfStandardSubset
Gets or sets a valua indicating the pdf standard that when generating the pdf.
Public property RightMargin
Gets or sets the right margin.
Public property SelectableText
Gets or sets a value indicating whether the text of the PDF is selectable.
Public property ShowFooter
Gets or sets a value indicating whether to show the footer.
Public property ShowHeader
Gets or sets a value indicating whether to show the header.
Public property ShowPageNumber
Gets or sets a value indicating whether to show page numbers.
Public property TopMargin
Gets or sets the top margin.

See Also

Advanced