Click or drag to resize

PdfLiteSettings Properties

The PdfLiteSettings type exposes the following members.

Properties
  NameDescription
Public propertyConvertImageToPdf
Gets or sets a value indicating whether a PdfWebControlLite instance should convert supported image types to PDF automatically if used with CreateDocument(String, Byte).
Public propertyConvertMeaninglessCollections
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).
Public propertyConvertXfaForm
Gets or sets a value indicating whether a PdfWebControlLite instance should convert XFA PDF forms to the more commonly used AcroForms standard.
Public propertyCustomData
Gets or sets a value to be set as the custom data for a PdfLiteSession.
Public propertyDocumentSettings
Gets or sets a value indicating the document settings which should be used.
Public propertyFlattenInput
Gets or sets a value indicating whether a PdfWebControlLite instance should flatten the input PDF.
Public propertyMaxPdfPageHeight
Public propertyMaxPdfPages
Public propertyMaxPdfPageWidth
Public propertyRenderDpi
Gets or sets a value indicating the resolution in dots per inch (DPI) with which a new PDF document should be rendered.
Public propertyRenderUnsupportedPdfFeatures
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.
Public propertyThrowMaxPagesException
Public propertyThrowPasswordException
Public propertyThrowXfaFormException
Public propertyUseHash
Gets or sets a value indicating whether a hash should be used allowing resources to be shared amonng instances of the same PDF document.
Top
See Also