PdfLiteSettings Class |
Namespace: RadPdf.Lite
The PdfLiteSettings type exposes the following members.
Name | Description | |
---|---|---|
PdfLiteSettings |
Creates a new instance of PdfLiteSettings with RAD PDF's default settings.
|
Name | Description | |
---|---|---|
ConvertImageToPdf |
Gets or sets a value indicating whether a PdfWebControlLite instance should convert supported image types to PDF automatically if used with CreateDocument(String, Byte).
| |
ConvertMeaninglessCollections |
Gets or sets a value indicating whether a PdfWebControlLite instance should convert meaningless PDF collections (where the base PDF is asking for a reader "upgrade") to a single PDF (with pages appended) automatically if used with CreateDocument(String, Byte, PdfLiteSettings).
| |
ConvertXfaForm |
Gets or sets a value indicating whether a PdfWebControlLite instance should convert XFA PDF forms to the more commonly used AcroForms standard.
| |
CustomData |
Gets or sets a value to be set as the custom data for a PdfLiteSession.
| |
DocumentSettings |
Gets or sets a value indicating the document settings which should be used.
| |
FlattenInput |
Gets or sets a value indicating whether a PdfWebControlLite instance should flatten the input PDF.
| |
MaxPdfPageHeight |
Gets or sets a value indicating the maximum height of a page which a PDF can contain when loaded with CreateDocument(String, Byte).
| |
MaxPdfPages |
Gets or sets a value indicating the maximum number of pages which a PDF can contain when loaded with CreateDocument(String, Byte).
| |
MaxPdfPageWidth |
Gets or sets a value indicating the maximum width of a page which a PDF can contain when loaded with CreateDocument(String, Byte).
| |
RenderDpi |
Gets or sets a value indicating the resolution in dots per inch (DPI) with which a new PDF document should be rendered.
| |
RenderUnsupportedPdfFeatures |
Gets or sets a value indicating whether the server should attempt to render PDF features to the uneditable background if they are not yet supported in a PdfWebControlLite instance.
| |
ThrowMaxPagesException |
Gets or sets a value indicating whether a RadPdfPdfProcessingMaxPagesException should be thrown when CreateDocument(String, Byte) attempts to load a PDF containing more pages than allowed by MaxPdfPages.
| |
ThrowPasswordException |
Gets or sets a value indicating whether a RadPdfPdfProcessingPasswordException should be thrown when CreateDocument(String, Byte, PdfLiteSettings, String) is called on an encrypted PDF and the password is missing or invalid.
| |
ThrowXfaFormException |
Gets or sets a value indicating whether a RadPdfPdfProcessingXfaFormException should be thrown when CreateDocument(String, Byte, PdfLiteSettings, String) is called on an PDF containing an XFA form and ConvertXfaForm is false.
| |
UseHash |
Gets or sets a value indicating whether a hash should be used allowing resources to be shared amonng instances of the same PDF document.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
NoMaxPdfPageHeight |
Represents a value indicating that no limit should be set on the maximum page height of pages in a document.
| |
NoMaxPdfPages |
Represents a value indicating that no limit should be set on the maximum number of pages in a document.
| |
NoMaxPdfPageWidth |
Represents a value indicating that no limit should be set on the maximum page width of pages in a document.
|