O2S.Components.PDF4NET.View.Win Documentation
Load Method



O2S.Components.PDF4NET.View Namespace > PDFVisualDocument Class : Load Method
Source PDF document.
Loads a visual PDF document from a O2S.Components.PDF4NET.PDFFixedDocument object.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal fixedDocument As O2S.Components.PDF4NET.PDFFixedDocument _
) 
'Usage
 
Dim instance As PDFVisualDocument
Dim fixedDocument As O2S.Components.PDF4NET.PDFFixedDocument
 
instance.Load(fixedDocument)
public void Load( 
   O2S.Components.PDF4NET.PDFFixedDocument fixedDocument
)
public:
void Load( 
   O2S.Components.PDF4NET.PDFFixedDocument^ fixedDocument
) 

Parameters

fixedDocument
Source PDF document.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFVisualDocument Class
PDFVisualDocument Members
O2S.Components.PDF4NET.PDFFixedDocument