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 PdfCommandFactory |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PdfCommandFactory |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PdfCommandFactory |
Initializes a new instance of the CommandFactory class.
|
Public Methods
Name | Description | |
---|---|---|
CreateCommands | Overloaded. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
CreateCommand |
Creates a command as defined in specified command configuration element.
(Inherited from CommandFactory.) |
|
CreateCommands | Overloaded. | |
CreateCommandsInOrderAppearance |
Creates the commands in order of appearance. Multiple commands are allowed.
(Inherited from CommandFactory.) |
|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
FILEEXTENSION_PDF |
Defines the pdf file extension.
|
|
PdfLogCategory |
Provides the PDF log category.
|
|
SCOPE_PDF |
Defines the scope of the PDF generator.
|
|
TRIGGER_VALUE |
The PDF trigger value
|
Protected Properties
Name | Description | |
---|---|---|
CommandElements |
Gets the command elements.
(Inherited from CommandFactory.) |
|
LogCategory |
Gets the log category for this instance.
(Overrides CommandFactory..::LogCategory.) |
See Also
Smartsite.Pdf Namespace