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 PdfCommandFactory
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class PdfCommandFactory

The type exposes the following members.

Public Constructors

  Name Description
Public method PdfCommandFactory
Initializes a new instance of the CommandFactory class.

Public Methods

  Name Description
Public method CreateCommands Overloaded.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method CreateCommand
Creates a command as defined in specified command configuration element.
(Inherited from CommandFactory.)
Protected method CreateCommands Overloaded.
Protected method CreateCommandsInOrderAppearance
Creates the commands in order of appearance. Multiple commands are allowed.
(Inherited from CommandFactory.)
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member FILEEXTENSION_PDF
Defines the pdf file extension.
Public field Static member PdfLogCategory
Provides the PDF log category.
Public field Static member SCOPE_PDF
Defines the scope of the PDF generator.
Public field Static member TRIGGER_VALUE
The PDF trigger value

Protected Properties

  Name Description
Protected property CommandElements
Gets the command elements.
(Inherited from CommandFactory.)
Protected property LogCategory
Gets the log category for this instance.
(Overrides CommandFactory..::LogCategory.)

See Also

Advanced