Class ExportFilePresenter
Sub-Presenter for Differences-Exports creating a file result, such as PDF or PNG.
Inheritance
System.Object
ExportFilePresenter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public abstract class ExportFilePresenter : ExportPresenter
Properties
ExportOnlyOnDifferences
A boolean flag indicating whether an export will be generated when there are no differences found in the compared PDFs.
Default value is false.
Declaration
[Obsolete("This method no longer has an effect on new instances. Use the comparison settings instead to set this property per comparison.")]
public bool ExportOnlyOnDifferences { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetPrintRange(Int32, Int32)
Set the range of pages to render into the export-document.
If both parameters are -1, all pages will be printed. This is the default setting.
Declaration
public void SetPrintRange(int from, int to)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | from | The first page to include, 0-based. |
System.Int32 | to | the last page to include |