| PdfLiteSettings Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: RadPdf.Lite
 Syntax
SyntaxThe PdfLiteSettings type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PdfLiteSettings | 
            Creates a new instance of PdfLiteSettings with RAD PDF's default settings.
             | 
 Properties
Properties| 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).
             | 
|  | ConvertSignatureFieldsToShapes | 
            Gets or sets a value indicating whether a PdfWebControlLite instance should convert signature fields to natively signable signature shapes.
             | 
|  | 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| 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.
             | 
 See Also
See Also