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 abstract class PdfCommandBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class PdfCommandBase |
The type exposes the following members.
Protected Constructors
Name | Description | |
---|---|---|
PdfCommandBase |
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.) |
See Also
Smartsite.Pdf.Commands Namespace