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 Code |
---|---|
public class PdfCommand |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PdfCommand |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
BottomMargin |
Gets or sets the bottom margin.
|
|
CanCopyContent |
Gets or sets a value indicating whether the contents can be copied to the clipboard.
|
|
CompressionLevel |
Gets or sets the compression level.
|
|
DC |
Gets or sets the dublin core element set.
|
|
DefaultFooterText |
Gets or sets the default footer text.
|
|
DefaultHeaderText |
Gets or sets the default header text.
|
|
Landscape |
Gets or sets a value indicating whether landscape is used.
|
|
LeftMargin |
Gets or sets the left margin.
|
|
LinksEnabled |
Gets or sets a value indicating whether url links are enabled.
|
|
PageSize |
Gets or sets the size of the page.
|
|
PageWidth |
Gets or sets the width of the page in pixels.
|
|
PdfStandardSubset |
Gets or sets a valua indicating the pdf standard that when generating the pdf.
|
|
RightMargin |
Gets or sets the right margin.
|
|
SelectableText |
Gets or sets a value indicating whether the text of the PDF is selectable.
|
|
ShowFooter |
Gets or sets a value indicating whether to show the footer.
|
|
ShowHeader |
Gets or sets a value indicating whether to show the header.
|
|
ShowPageNumber |
Gets or sets a value indicating whether to show page numbers.
|
|
TopMargin |
Gets or sets the top margin.
|
See Also
Smartsite.Pdf.Commands Namespace