public bool HasOwnerPW {get; set;}
public: __property bool get_HasOwnerPW(); public: __property void set_HasOwnerPW( bool value );
public: property bool HasOwnerPW { bool get(); void set ( bool value); }
'Declaration Public Property HasOwnerPW As Boolean
'Usage Dim instance As ImGearPDFSecurityData Dim value As Boolean instance.HasOwnerPW = value value = instance.HasOwnerPW
ImGearPDFSecurityData Class ImGearPDFSecurityData Members