PdfSaveConverterSettingsBasePointCenter Property |
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.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool BasePointCenter { get; set; }
Public MustOverride Property BasePointCenter As Boolean
Get
Set
Property Value
Type:
Boolean
True if it is to be centered. If not (false left), false.
See Also