GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicturePDF.AfterPdfPrintPageEventHandler Delegate





In This Topic
GdPicturePDF.AfterPdfPrintPageEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("B92ACCFE-AABA-4F1B-89FF-C97920558626")>
Public Delegate Sub GdPicturePDF.AfterPdfPrintPageEventHandler( _
   ByVal Page As Integer, _
   ByVal PageLeft As Integer, _
   ByRef Cancel As Boolean _
) 
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public delegate void GdPicturePDF.AfterPdfPrintPageEventHandler( 
   int Page,
   int PageLeft,
   ref bool Cancel
)
public delegate GdPicturePDF.AfterPdfPrintPageEventHandler( 
    Page: Integer;
    PageLeft: Integer;
   var  Cancel: Boolean
);
GuidAttribute("B92ACCFE-AABA-4F1B-89FF-C97920558626")
public delegate GdPicturePDF.AfterPdfPrintPageEventHandler( 
   Page : int,
   PageLeft : int,
   Cancel : boolean
)
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public: __gc __delegate void GdPicturePDF.AfterPdfPrintPageEventHandler( 
   int Page,
   int PageLeft,
   ref bool Cancel
)
[Guid("B92ACCFE-AABA-4F1B-89FF-C97920558626")]
public delegate void GdPicturePDF.AfterPdfPrintPageEventHandler( 
   int Page,
   int PageLeft,
   bool% Cancel
)

Parameters

Page
PageLeft
Cancel
See Also

Reference

GdPicturePDF.AfterPdfPrintPageEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace