Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.14
|
Leadtools.PdfCompressor Namespace > PdfCompressorEngine Class : InsertSegments Method |
public void InsertSegments( RasterImage image, PdfCompressorSegmentsInfo[] segmentInfo, bool isThereBackGround, RasterColor backgroundColor )
'Declaration
Public Sub InsertSegments( _ ByVal image As RasterImage, _ ByVal segmentInfo() As PdfCompressorSegmentsInfo, _ ByVal isThereBackGround As Boolean, _ ByVal backgroundColor As RasterColor _ )
'Usage
Dim instance As PdfCompressorEngine Dim image As RasterImage Dim segmentInfo() As PdfCompressorSegmentsInfo Dim isThereBackGround As Boolean Dim backgroundColor As RasterColor instance.InsertSegments(image, segmentInfo, isThereBackGround, backgroundColor)
public: void InsertSegments( RasterImage^ image, array<PdfCompressorSegmentsInfo^>^ segmentInfo, bool isThereBackGround, RasterColor backgroundColor )