PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 PdfCommand2
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class PdfCommand2

The type exposes the following properties.

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 FooterFont
Footer font
Public property FooterFontSize
Footer font size
Public property FooterHeight
Footer height
Public property FooterXPos
Footer x pos
Public property FooterYPos
Footer y pos
Public property HeaderFont
Header font
Public property HeaderFontSize
Gets the header font size.
Public property HeaderHeight
Header height
Public property HeaderXPos
Header x pos
Public property HeaderYPos
Header y pos
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