In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdPicturePDF / BeforePdfPrintPage Method

BeforePdfPrintPage Method

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(6)>

Sub BeforePdfPrintPage( _

   ByVal Page As Integer, _

   ByVal PageLeft As Integer, _

   ByRef Cancel As Boolean _

) 
[DispId(6)]

void BeforePdfPrintPage( 

   int Page,

   int PageLeft,

   ref bool Cancel

)
procedure BeforePdfPrintPage( 

    Page: Integer;

    PageLeft: Integer;

   var  Cancel: Boolean

); 
DispIdAttribute(6)

function BeforePdfPrintPage( 

   Page : int,

   PageLeft : int,

   Cancel : boolean

);
[DispId(6)]

void BeforePdfPrintPage( 

   int Page,

   int PageLeft,

   ref bool Cancel

) 
[DispId(6)]

void BeforePdfPrintPage( 

   int Page,

   int PageLeft,

   bool% Cancel

) 

Parameters

Page
PageLeft
Cancel
See Also

Reference

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