PDF for WinRT
C1PdfDocument Constructor(PaperKind,Boolean)


The default paper size for the document.
The default paper orientation for the document.
Creates a new instance of the C1PdfDocument class.
Syntax
'Declaration
 
Public Function New( _
   ByVal paperKind As PaperKind, _
   ByVal landscape As Boolean _
)
'Usage
 
Dim paperKind As PaperKind
Dim landscape As Boolean
 
Dim instance As New C1PdfDocument(paperKind, landscape)
public C1PdfDocument( 
   PaperKind paperKind,
   bool landscape
)

Parameters

paperKind
The default paper size for the document.
landscape
The default paper orientation for the document.
Remarks
The new document contains a single empty page, and the default page size is set to the value of the paperKind and landscape parameters.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback