PdfLiteSettings Properties |
The PdfLiteSettings type exposes the following members.
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 among instances of the same PDF document.
|