![]() |
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# |
![]() |
---|---|
public class PdfCommand2 |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class PdfCommand2 |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
PdfCommand2 |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetParameterValue |
Gets the parameter string value for specified parameter.
(Inherited from CommandBase.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
SetParameterConstraint |
Sets the constraint for specified parameter.
(Inherited from CommandBase.) |
![]() |
SetParameterValue |
Sets the value for specified parameter.
(Inherited from CommandBase.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
TryGetConstraint<(Of <<'(T>)>>) |
Gets the constraint for given parameter.
(Inherited from CommandBase.) |
![]() |
TryGetParameterValueInternal |
Hook to shortcut reflection to get common property values.
(Inherited from CommandBase.) |
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.
|
![]() |
FooterFont |
Footer font
|
![]() |
FooterFontSize |
Footer font size
|
![]() |
FooterHeight |
Footer height
|
![]() |
FooterXPos |
Footer x pos
|
![]() |
FooterYPos |
Footer y pos
|
![]() |
HeaderFont |
Header font
|
![]() |
HeaderFontSize |
Gets the header font size.
|
![]() |
HeaderHeight |
Header height
|
![]() |
HeaderXPos |
Header x pos
|
![]() |
HeaderYPos |
Header y pos
|
![]() |
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