GraphIsChangePosition Property |
Gets or sets change curret position after process paragraph.(default true)
Namespace:
Aspose.Pdf.Drawing
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic bool IsChangePosition { get; set; }
Public Property IsChangePosition As Boolean
Get
Set
public:
property bool IsChangePosition {
bool get ();
void set (bool value);
}
member IsChangePosition : bool with get, set
Property Value
Type:
Boolean
See Also