CadPlotSettings Class

The Cad Plot Settings object.
Inheritance Hierarchy

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class CadPlotSettings : CadBaseObject

The CadPlotSettings type exposes the following members.

Constructors
  NameDescription
Public methodCadPlotSettings
Initializes a new instance of the CadPlotSettings class.
Properties
  NameDescription
Public propertyApplicationCodesContainer
Gets or sets the application defined codes container.
(Inherited from CadBase.)
Public propertyAttribute102Values
Gets or sets the attribute102 values.
(Inherited from CadBase.)
Public propertyAttributes
Gets or sets the attributes.
(Inherited from CadBase.)
Public propertyBottomSize
Gets or sets the size of the bottom.
Public propertyChildObjects
Gets or sets the child objects.
(Inherited from CadBaseObject.)
Public propertyCurrentStyleSheet
Gets or sets the current style sheet.
Public propertyCustomPrintScaleDenominator
Gets or sets the custom print scale denominator.
Public propertyCustomPrintScaleNumerator
Gets or sets the custom print scale numerator.
Public propertyDxfDataFormat
Gets or sets the DXF data format.
(Inherited from CadBase.)
Public propertyEmbeddedObjectsContainer
Gets or sets the embedded objects container.
(Inherited from CadBase.)
Public propertyHardOwner
Gets or sets the hard owner.
(Inherited from CadBaseOwned.)
Public propertyLeftSideSize
Gets or sets the size of the left side.
Public propertyObjectHandle
Gets or sets the object handle.
(Inherited from CadBase.)
Public propertyPageSetupName
Gets or sets the name of the page setup.
Public propertyPaperImageOrigin
Gets or sets the paper image origin.
Public propertyPaperSize
Gets or sets the size of the paper.
Public propertyPlotLayoutFlag
Gets or sets the plot layout flag.
Public propertyPlotOrigin
Gets or sets the plot origin.
Public propertyPlotPaperSize
Gets or sets the size of the plot paper.
Public propertyPlotPaperUnits
Gets or sets the plot paper units.
Public propertyPlotRotation
Gets or sets the plot rotation.
Public propertyPlotType
Gets or sets the type of the plot.
Public propertyPlotViewName
Gets or sets the name of the plot view.
Public propertyPlotWindowArea1
Gets or sets the plot window area1.
Public propertyPlotWindowArea2
Gets or sets the plot window area2.
Public propertyPrinterOrConfigurationFileName
Gets or sets the name of the printer or configuration file.
Public propertyRightSideSize
Gets or sets the size of the right side.
Public propertyRoundTripTableStyle
Gets or sets the round trip table style.
(Inherited from CadBase.)
Public propertyShadePlotCustomDpi
Gets or sets the shade plot custom dpi.
Public propertyShadePlotHandle
Gets or sets the shade plot handle.
Public propertyShadePlotMode
Gets or sets the shade plot mode.
Public propertyShadePlotResolutionLevel
Gets or sets the shade plot resolution level.
Public propertySoftOwner
Gets or sets the soft owner.
(Inherited from CadBaseOwned.)
Public propertyStandardScaleType
Gets or sets the type of the standard scale.
Public propertyStandardScaleTypeFactor
Gets or sets the standard scale type factor.
Public propertyTopSize
Gets or sets the size of the top.
Public propertyTypeName
Gets the name of the type.
(Inherited from CadBaseObject.)
Public propertyXdataContainer
Gets or sets the xdata container.
(Inherited from CadBase.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also