EpsImagePagesCount Property |
Gets the pages count
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic Nullable<int> PagesCount { get; }
Public ReadOnly Property PagesCount As Nullable(Of Integer)
Get
public:
property Nullable<int> PagesCount {
Nullable<int> get ();
}
member PagesCount : Nullable<int> with get
Property Value
Type:
NullableInt32
The pages count
See Also