ArtifactPosition Property |
Gets or sets artifact position.
If this property is specified, then margins and alignments are ignored.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Point Position { get; set; }
Public Property Position As Point
Get
Set
public:
property Point^ Position {
Point^ get ();
void set (Point^ value);
}
member Position : Point with get, set
Property Value
Type:
Point
See Also