ArtifactRectangle Property |
Gets rectangle of the artifact.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Rectangle Rectangle { get; }
Public ReadOnly Property Rectangle As Rectangle
Get
public:
property Rectangle^ Rectangle {
Rectangle^ get ();
}
member Rectangle : Rectangle with get
Property Value
Type:
Rectangle
See Also