![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents text watermark pdf transformation More...
Public Member Functions | |
override void | Dispose () |
TextWatermarkTransformer () | |
Default constructor of TextWatermarkTransformer | |
TextWatermarkTransformer (SolidFramework.Converters.Plumbing.TextWatermark watermark) | |
Constructor with defined TextWatermark object More... | |
void | ImportFromFile (string path) |
Adds PdfDocument to the source for transformation from the path More... | |
void | ImportFromFolder (string path) |
Adds PdfDocument s to the source for transformation from the path to folder More... | |
void | Clear () |
Clears defined source for transformation and old results | |
virtual void | AddDocument (SolidFramework.Pdf.PdfDocument document) |
Adds PdfDocument to the source for transformation More... | |
virtual void | Transform () |
Starts transformation | |
bool | Equals (SolidFramework.Pdf.Transformers.PdfTransformer other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static SolidFramework.Pdf.Transformers.ITransformationResult | Transform (SolidFramework.Pdf.PdfDocument document, SolidFramework.Pdf.Transformers.PdfTransformer transformer) |
Static function represents simple usage of single transformer More... | |
static bool | operator== (SolidFramework.Pdf.Transformers.PdfTransformer obj1, SolidFramework.Pdf.Transformers.PdfTransformer obj2) |
static bool | operator!= (SolidFramework.Pdf.Transformers.PdfTransformer obj1, SolidFramework.Pdf.Transformers.PdfTransformer obj2) |
Properties | |
SolidFramework.Converters.Plumbing.TextWatermark | TextWatermark [getset] |
Text watermark for adding | |
SolidFramework.Pdf.Transformers.ITransformationResultsCollection | Results [get] |
SolidFramework.Pdf.Transformers.ITransformationResult | this[int index] [get] |
string | OutputFolder [getset] |
Gets or sets the folder where generated files should be placed. If set then all documents will be saved in the folder and closed if they were not opened. This is a typical use case if we work with file paths instead of PdfDocument s | |
SolidFramework.Plumbing.OverwriteMode | OverwriteMode [getset] |
Gets or sets whether files should be overwritten if they exist. This is only required if OutputFolder is specified. | |
Represents text watermark pdf transformation
SolidFramework.Pdf.Transformers.TextWatermarkTransformer.TextWatermarkTransformer | ( | SolidFramework.Converters.Plumbing.TextWatermark | watermark | ) |
Constructor with defined TextWatermark
object
watermark | Watermark for adding |
|
virtualinherited |
Adds PdfDocument
to the source for transformation
document | Document for transformation |
|
virtual |
Reimplemented from SolidFramework.Pdf.Transformers.PdfTransformer.
|
inherited |
Adds PdfDocument
to the source for transformation from the path
path | Path to the pdf file |
|
inherited |
Adds PdfDocument
s to the source for transformation from the path to folder
path | Path to the folder with pdf files |
|
staticinherited |
Static function represents simple usage of single transformer
document | Document |
transformer | Transformer |