'Declaration Public Sub SetUsageInfo( _ ByVal key As ImGearPDFAtom, _ ByVal value As ImGearPDFBasObj _ )
'Usage Dim instance As ImGearPDFLayer Dim key As ImGearPDFAtom Dim value As ImGearPDFBasObj instance.SetUsageInfo(key, value)
public void SetUsageInfo( ImGearPDFAtom key, ImGearPDFBasObj value )
public: void SetUsageInfo( ImGearPDFAtom* key, ImGearPDFBasObj* value )
public: void SetUsageInfo( ImGearPDFAtom^ key, ImGearPDFBasObj^ value )
Parameters
- key
- The usage key in the usage dictionary entry. Possible key values are: CreatorInfo, Language, Export, Zoom, Print, View, User, PageElement.
- value
- The usage information to associate with the key.