Version

Search Results

Permissions Property (PdfDocument)

Gets the permissions associated with the document. Syntax

ReportPublishing Event (PdfDocument)

Occurs when the report is being published Syntax Event Data The event handler receives an argument of type PublishProgressEventArgs containing data related to this event. The following PublishProgressEventArgs properties provide information specific to this event.Property Description Current The current item that ...

Sign Method

Signs the document. Syntax Parameters certificate Signing certificate.reason The reason for the signing.location The CPU host name or physical location of the signing.contactInfo Information provided by the signer to enable a recipient to contact the signer to verify the signature.

User Property (PdfDocument)

Gets or sets the user. Syntax

ViewerPreferences Property

Gets viewer preferences. Syntax

PdfDocument Constructor

Initializes a new instance of the PdfDocument class. Syntax

Infragistics.Documents.Reports.PDF Namespace

Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Reports Assembly

Alignment Enumeration

Defines alignment types. Syntax Members Member Description Bottom Alignment to the bottom. Center Alignment to the center. Justify Justified content. Left Alignment to the left side. Middle Alignment to the middle. Right Alignment to the right side. Top Alignment to the top.

AlphabetAlignment Enumeration

Defines alphabet alignment types. Syntax Members Member Description Center Alignment to the center. Left Alignment to the left side. Right Alignment to the right side.

AutoHeight Class

Represents a dynamic height. This class allows to set the height of an element according to its content. Syntax Remarks This class implements the singleton pattern, so new instances cannot be created. Use the Instance property.