Click or drag to resize

JwSaveConverterSettings Class

Jw Represents the file export setting.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADJwSaveConverterSettings

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

The JwSaveConverterSettings type exposes the following members.

Constructors
  NameDescription
Protected methodJwSaveConverterSettings
Initializes a new instance of the JwSaveConverterSettings class
Top
Properties
  NameDescription
Public propertyAutoLayoutScale
Gets or sets whether to automatically adjust the placement scale of the part drawing layout in [Paper Defaults].
Public propertyBasePointCenter
Gets or sets whether the location anchor point type of the part drawing layout is centered in [Paper Defaults].
Public propertyLandscape
Gets or sets a value that indicates whether the Paper Defaults paper orientation is landscape or portrait.
Public propertyLayoutScaleDenominator
Gets or sets the denominator of the placement scale of the part drawing layout in [Paper Defaults].
Public propertyLayoutScaleNumerator
Gets or sets the numerator of the placement scale of the part drawing layout in [Paper Defaults].
Public propertyPaperHeight
Gets or sets the Default Paper Height.
Public propertyPaperMarginX
Get or set the X direction margin of the placement origin of the part drawing layout in [Paper Defaults].
Public propertyPaperMarginY
Get or set the margin in the Y direction of the placement origin of the part drawing layout in [Paper Defaults].
Public propertyPaperType
Get or set the paper size type.
Public propertyPaperWidth
Gets or sets the Default Paper Width.
Public propertyPriorityNotConvertPartdrawinglayoutToBlock
Get / set whether to prioritize not to block graphics of partial drawing layout.
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