XFINIUM.PDF Documentation
PdfRawImage Constructor(String,Boolean)



Xfinium.Pdf.Graphics Namespace > PdfRawImage Class > PdfRawImage Constructor : PdfRawImage Constructor(String,Boolean)
Path to RAW image.
Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
Initializes a new PdfRawImage object.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal compress As Boolean _
)
'Usage
 
Dim fileName As String
Dim compress As Boolean
 
Dim instance As New PdfRawImage(fileName, compress)
public PdfRawImage( 
   string fileName,
   bool compress
)
public:
PdfRawImage( 
   String^ fileName,
   bool compress
)

Parameters

fileName
Path to RAW image.
compress
Flag to indicate whether the raw image data should be compressed before writing it in the PDF file.
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

PdfRawImage Class
PdfRawImage Members
Overload List