ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPage Class / Document Property




In This Topic
Document Property (ImGearPage)
In This Topic
Gets the document to which the page belongs, or null if the page is stand-alone.
Syntax
'Declaration
 
Public ReadOnly Property Document As ImGearDocument
 
'Usage
 
Dim instance As ImGearPage
Dim value As ImGearDocument
 
value = instance.Document

Property Value

ImGearDocument class instance or null, if page is stand-alone.
See Also