Click or drag to resize

PdfLiteSettings Class

Lite Document settings for use with a PdfWebControlLite instance.
Inheritance Hierarchy
SystemObject
  RadPdf.LitePdfLiteSettings

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public sealed class PdfLiteSettings

The PdfLiteSettings type exposes the following members.

Constructors
  NameDescription
Public methodPdfLiteSettings
Creates a new instance of PdfLiteSettings with RAD PDF's default settings.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberNoMaxPdfPageHeight
Represents a value indicating that no limit should be set on the maximum page height of pages in a document.
Public fieldStatic memberNoMaxPdfPages
Represents a value indicating that no limit should be set on the maximum number of pages in a document.
Public fieldStatic memberNoMaxPdfPageWidth
Represents a value indicating that no limit should be set on the maximum page width of pages in a document.
Top
See Also