EpsImageBoundingBoxString Property |
Gets the BoundingBox string value
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic string BoundingBoxString { get; }
Public ReadOnly Property BoundingBoxString As String
Get
public:
property String^ BoundingBoxString {
String^ get ();
}
member BoundingBoxString : string with get
Property Value
Type:
String
The BoundingBox string value
See Also