Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ComArrayBase Class / NativePointer Property

In This Topic
    NativePointer Property (ComArrayBase)
    In This Topic
    Gets the pointer to the native array associated to this instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property NativePointer As System.IntPtr
    public System.IntPtr NativePointer {get;}
    See Also