Click or drag to resize
Pdf Library for .NET

GlobalProperties Class

Global properties for SelectPdf SDK.
Inheritance Hierarchy
SystemObject
  SelectPdfGlobalProperties

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public class GlobalProperties

The GlobalProperties type exposes the following members.

Constructors
  NameDescription
Public methodGlobalProperties
Top
Properties
  NameDescription
Public propertyStatic memberEnableFallbackToRestrictedRenderingEngine
Enable or disable fall-back to restricted rendering engine.
Public propertyStatic memberEnableRestrictedRenderingEngine
Enable or disable restricted rendering engine.
Public propertyStatic memberForceDenyLocalFileAccess
A flag indicating if local files can be loaded during the conversion. The default value is False and local files can be loaded.
Public propertyStatic memberHtmlEngineFullPath
Gets or sets the full path (including the file name) of the html rendering engine helper file.
Public propertyStatic memberLFN
Internal use only.
Public propertyStatic memberPdfToolsFullPath
Gets or sets the full path (including the file name) of the pdf tools engine helper file.
Top
See Also