DocumentPropertyCollection Class

DocumentPropertyCollection class

Base class for and collections.


type DocumentPropertyCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntReturns a object by index.
ContainsReturns true if a property with the specified name exists in the collection.
IndexOfGets the index of a property by name.
RemoveRemoves a property with the specified name from the collection.
RemoveAtRemoves a property at the specified index.
Get_StringReturns a object by the name of the property.
GetCount