PdfDocumentCreateHeaderCanvas(Single, Single) Method
Creates a header canvas that can be assigned to the
Header property of the document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfDocumentHeader CreateHeaderCanvas(
float width,
float height
)
Public Function CreateHeaderCanvas (
width As Single,
height As Single
) As PdfDocumentHeader
public:
PdfDocumentHeader^ CreateHeaderCanvas(
float width,
float height
)
member CreateHeaderCanvas :
width : float32 *
height : float32 -> PdfDocumentHeader
- width Single
- The header width
- height Single
- The header height
PdfDocumentHeaderThe header canvas