Click or drag to resize

StiOptionsExportPdf Class

Class for adjustment of the PDF exporting.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsExportPdf

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class Pdf

The StiOptionsExportPdf type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsExportPdf
Initializes a new instance of the StiOptionsExportPdf class
Top
Properties
  NameDescription
Public propertyStatic memberAllowExtGState
Gets or sets a value indicating whether it is necessary to allow using of ExtGState.
Public propertyStatic memberAllowFontsCache
Gets or sets a value indicating whether it is necessary to use fonts cache.
Public propertyStatic memberAllowImageComparer
Gets or sets a value indicating whether it is necessary to use image comparer.
Public propertyStatic memberAllowImageTransparency
Gets or sets a value indicating whether it is necessary to use image transparency.
Public propertyStatic memberAllowImportSystemLibraries
Gets or sets a value indicating the possibility to use the system libraries for working with fonts.
Public propertyStatic memberAllowInheritedPageResources
Gets or sets a value indicating whether it is necessary to allow inherited page resources.
Public propertyStatic memberAllowPrintable
Gets or sets a value indicating whether it is necessary to use Printable property of the component.
Public propertyStatic memberArabicDigitsType
Gets or sets a value indicating a current arabic type of digits.
Public propertyStatic memberConvertDigitsToArabic
Gets or sets a value which indicates whether it is necessary to convert all digits to arabic digits.
Public propertyStatic memberCreatorString
Gets or sets a CreatorString
Public propertyStatic memberDefaultAutoPrintMode
Gets or sets a value indicating default AutoPrint mode.
Public propertyStatic memberDefaultCoordinatesPrecision
Gets or sets a value indicating default coordinates precision.
Public propertyStatic memberDigitalSignatureContactInfo
Gets or sets a value indicating the ContactInfo field of digital signature.
Public propertyStatic memberDigitalSignatureDigestSHA256
Gets or sets a value indicating the digest used in the digital signature.
Public propertyStatic memberDigitalSignatureLocation
Gets or sets a value indicating the Location field of digital signature.
Public propertyStatic memberDigitalSignatureReason
Gets or sets a value indicating the Reason field of digital signature.
Public propertyStatic memberDigitalSignatureSignedBy
Gets or sets a value indicating the SignedBy field of digital signature.
Public propertyStatic memberDisableDigitalSignatureButtonInExportMenu
Gets or sets a value indicating whether it is necessary to disable DigitalSignature button in the export menu.
Public propertyStatic memberDivideSegmentPages
Gets or sets a value indicating behavior of the exporting segmented pages will be forcibly broken in order of chosen page format.
Public propertyStatic memberForceUseFontsInfoStoreForWysiwyg
Gets or sets a value indicating whether it is necessary to force the use of the FontsInfoStore for Wysiwyg mode.
Public propertyStatic memberKeywordsString
Gets or sets a KeywordsString
Public propertyStatic memberOrderComponentsByPlacement
Gets or sets a value indicating whether it is necessary to order components by placement.
Public propertyStatic memberReduceFontFileSize
Gets or sets a value indicating whether it is necessary to reduce font file size.
Public propertyStatic memberRenderBarCodeAsImage
Gets or sets a value indicating a BarCode rendering mode.
Public propertyStatic memberUseEditableFieldAlias
Public propertyStatic memberUseEditableFieldName
Public propertyStatic memberUseEditableFieldTag
Public propertyStatic memberUseOldModeAllowHtmlTags
Gets or sets a value indicating whether it is necessary to use old mode of the AllowHtmlTags rendering.
Public propertyStatic memberUseWysiwygRender
Gets or sets a value indicating whether it is necessary to use wysiwyg render.
Public propertyStatic memberWinFormsHighAccuracyWordWrap
Gets or sets a value indicating whether it is necessary to use high accuracy wordwrap in WinForms mode.
Public propertyStatic memberWpfHighAccuracyWordWrap
Gets or sets a value indicating whether it is necessary to use high accuracy wordwrap in Wpf mode.
Public propertyStatic memberWpfRichTextVerticalScaling
Gets or sets a value of vertical scaling for RichText in Wpf mode.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also