Click or drag to resize

PdfSaveConverterSettings Class

Represents the PDF file export setting.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADPdfSaveConverterSettings

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class PdfSaveConverterSettings

The PdfSaveConverterSettings type exposes the following members.

Constructors
  NameDescription
Protected methodPdfSaveConverterSettings
Initializes a new instance of the PdfSaveConverterSettings class
Top
Properties
  NameDescription
Public propertyAlwaysEmbeddedFonts
Gets or sets the font to be embedded at all times. (This value is retained only during startup and is not saved in the registry.)
Public propertyBasePointCenter
Get or set whether to center around the placement reference point type. It is effective when converting partial drawing and when specified range is set with paper.
Public propertyBitmapPrint
Get or set whether to output as image.
Public propertyConvertLayer
Get or set whether to convert layers.
Public propertyConvertPrintRange
If the specified range is set in the printing range of the print setting, get or set whether or not to apply that range.
Public propertyDotSize
Gets or sets the size of dot (dot).
Public propertyDrawingConvertMode
Gets or sets the paper or partial diagram conversion mode.
Public propertyEmbeddedAllTrueTypeFont
Get or set whether to embed all TrueType fonts.
Public propertyEmbeddedRootProCADDrawingFile
Convert RootPro Get or set whether to attach a CAD drawing file.
Public propertyExclusionEmbeddedFonts
Gets or sets a font that is not always embedded. (This value is retained only during startup and is not saved in the registry.)
Public propertyPartDrawingPaperHeight
Gets or sets the height of the paper when converting the partial drawing.
Public propertyPartDrawingPaperMarginX
Gets or sets the margin in the X direction when transforming the partial map. Valid when the alignment criteria are not central.
Public propertyPartDrawingPaperMarginY
Gets or sets the margin in the Y direction when transforming the partial map. Valid when the alignment criteria are not central.
Public propertyPartDrawingPaperScale
Gets or sets the scale when transforming the subdiagram.
Public propertyPartDrawingPaperWidth
Gets or sets the width of the paper when converting the partial drawing.
Public propertyPrintBlackAndWhite
Get or set whether to print monochrome.
Public propertyPrintLinewidth
Get or set whether to print the line width.
Public propertyPrintPointMarker
Get or set whether to print points.
Public propertyShowSecuritySettingDialogBox
Get or set whether to display a dialog box for setting security at runtime.
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 the default hash function.
(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
See Also