WPF 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class PdfImageProcessOptions

Describes the process of pdf images.

Inheritance
System.Object
PdfImageProcessOptions
Implements
IReportDispose
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Writer
Assembly: BoldReports.Wpf.dll
Syntax
public class PdfImageProcessOptions : IReportDispose, IDisposable

Constructors

PdfImageProcessOptions()

Declaration
public PdfImageProcessOptions()

Properties

TempFolderPath

Gets or sets a temporary folder to store pdf images.

Declaration
public string TempFolderPath { get; set; }
Property Value
Type Description
System.String

A String containing the path.

UseFileStreamProcess

Gets or sets a value indicating whether the file stream is used or not.

Declaration
public bool UseFileStreamProcess { get; set; }
Property Value
Type Description
System.Boolean

It set to true if use file stream for processing pdf image ; otherwise, false.

Methods

Dispose()

Provides a mechanism for releasing unmanaged resources.

Declaration
public void Dispose()
Remarks

It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.

Implements

IReportDispose
System.IDisposable
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved