PDFView4NET WPF Edition
GetFixedDocument(Boolean) Method




O2S.Components.PDFRender4NET.WPF Namespace > PDFFile Class : GetFixedDocument(Boolean) Method
Gets the fixed document.
Syntax
'Declaration
 
Public Function GetFixedDocument( _
   ByVal autoRotate As Boolean _
) As IDocumentPaginatorSource
'Usage
 
Dim instance As PDFFile
Dim autoRotate As Boolean
Dim value As IDocumentPaginatorSource
 
value = instance.GetFixedDocument(autoRotate)
public IDocumentPaginatorSource GetFixedDocument( 
   bool autoRotate
)
public: IDocumentPaginatorSource* GetFixedDocument( 
   bool autoRotate
) 
public:
IDocumentPaginatorSource^ GetFixedDocument( 
   bool autoRotate
) 

Parameters

autoRotate

Return Value

The fixed document.
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

PDFFile Class
PDFFile Members