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