Class PdfImageProcessOptions
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: Syncfusion.ReportWriter
Assembly: Syncfusion.ReportWriter.Base.dll
Syntax
public class PdfImageProcessOptions : IReportDispose, IDisposable
Constructors
PdfImageProcessOptions()
Declaration
public PdfImageProcessOptions()
Properties
TempFolderPath
Declaration
public string TempFolderPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseFileStreamProcess
Declaration
public bool UseFileStreamProcess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable