Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Insert( _ ByVal image As RasterImage, _ ByVal options As PdfCompressorOptions _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Insert( RasterImage image, PdfCompressorOptions options ) |
Managed Extensions for C++ | |
---|---|
public: void Insert( RasterImage image, PdfCompressorOptions options ) |
C++/CLI | |
---|---|
public: void Insert( RasterImage image, PdfCompressorOptions options ) |
Parameters
- image
- Image to be inserted into the PDF file.
- options
- The PdfCompressorOptions structure that contains the options to be used to write the image to the PDF file.
Refer to PdfCompressor example.
This method will use segmentation for inserting the image into the Pdf file.
If the SetCompression method is used, the segments will be
compressed using the compression options specified by the method's PdfCompressorCompressionTypes structure.
For more information, refer to Creating a Compressed PDF File.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family