Class PdfImageProcessOptions
Describes the process of pdf images.
Inheritance
System.Object
PdfImageProcessOptions
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
System.IDisposable