CmxImagePageCmxPage Property |
Gets the CMX page.
Namespace: Aspose.Imaging.FileFormats.CmxAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic CmxPage CmxPage { get; }
Public ReadOnly Property CmxPage As CmxPage
Get
public:
virtual property CmxPage^ CmxPage {
CmxPage^ get () sealed;
}
abstract CmxPage : CmxPage with get
override CmxPage : CmxPage with get
Property Value
Type:
CmxPage
The CMX page.
Implements
ICmxImageCmxPage
See Also