Click or drag to resize

PdfAdvancedSettings Class

Represents a group of advanced settings for a specific PdfIntegrationProvider.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfAdvancedSettings

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfAdvancedSettings

The PdfAdvancedSettings type exposes the following members.

Properties
  NameDescription
Public propertyAllowHttpHandlerRendering
Gets or sets a value representing whether rendering should be allowed directly by the PdfHttpHandler instead of relying on the RAD PDF System Service for server side rendering.
Public propertyCode exampleCMapDirectory
Gets or sets a value representing a directory where CMap resources can be found.
Public propertyCMapDirectoryExists
Gets a value indicating whether CMapDirectory's current value exists and is accessible.
Public propertyTempDirectory
Gets or sets a value representing a directory where temp files should be created (if a temp file should be used when loading / saving).
Public propertyCode exampleUseService
Gets or sets a value representing whether instances are allowed to use the RAD PDF System Service for rendering pages, prints, and text.
Public propertyUseTempThreshold
Gets or sets a value representing the PDF file size threshold above which a temp file should be used when loading / saving.
Public propertyCode exampleUseUniscribe
Gets or sets a value representing whether instances RAD PDF should use Uniscribe on Windows platforms, allowing for connected / joined characters in supported fonts (e.g. Arabic).
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 methodCode exampleSetUndocumented
Gets or sets a value representing an undocumented setting key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also