GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / PdfCreateRights Method





In This Topic
PdfCreateRights Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Function PdfCreateRights( _
   ByVal CanPrint As Boolean, _
   ByVal CanModify As Boolean, _
   ByVal CanCopy As Boolean, _
   ByVal CanAddNotes As Boolean, _
   ByVal CanFillFields As Boolean, _
   ByVal CanCopyAccess As Boolean, _
   ByVal CanAssemble As Boolean, _
   ByVal CanPrintFull As Boolean _
) As PdfRight
public PdfRight PdfCreateRights( 
   bool CanPrint,
   bool CanModify,
   bool CanCopy,
   bool CanAddNotes,
   bool CanFillFields,
   bool CanCopyAccess,
   bool CanAssemble,
   bool CanPrintFull
)
public function PdfCreateRights( 
    CanPrint: Boolean;
    CanModify: Boolean;
    CanCopy: Boolean;
    CanAddNotes: Boolean;
    CanFillFields: Boolean;
    CanCopyAccess: Boolean;
    CanAssemble: Boolean;
    CanPrintFull: Boolean
): PdfRight; 
public function PdfCreateRights( 
   CanPrint : boolean,
   CanModify : boolean,
   CanCopy : boolean,
   CanAddNotes : boolean,
   CanFillFields : boolean,
   CanCopyAccess : boolean,
   CanAssemble : boolean,
   CanPrintFull : boolean
) : PdfRight;
public: PdfRight PdfCreateRights( 
   bool CanPrint,
   bool CanModify,
   bool CanCopy,
   bool CanAddNotes,
   bool CanFillFields,
   bool CanCopyAccess,
   bool CanAssemble,
   bool CanPrintFull
) 
public:
PdfRight PdfCreateRights( 
   bool CanPrint,
   bool CanModify,
   bool CanCopy,
   bool CanAddNotes,
   bool CanFillFields,
   bool CanCopyAccess,
   bool CanAssemble,
   bool CanPrintFull
) 

Parameters

CanPrint
CanModify
CanCopy
CanAddNotes
CanFillFields
CanCopyAccess
CanAssemble
CanPrintFull
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members