Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Converters.Plumbing.TextWatermark Class Reference

Represents Text watermark More...

Inheritance diagram for SolidFramework.Converters.Plumbing.TextWatermark:

Public Member Functions

virtual void Dispose ()
 
override string ToString ()
 
bool Equals (SolidFramework.Converters.Plumbing.TextWatermark other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Converters.Plumbing.TextWatermark Parse (string content)
 Parses the specified content. More...
 
static bool operator== (SolidFramework.Converters.Plumbing.TextWatermark obj1, SolidFramework.Converters.Plumbing.TextWatermark obj2)
 
static bool operator!= (SolidFramework.Converters.Plumbing.TextWatermark obj1, SolidFramework.Converters.Plumbing.TextWatermark obj2)
 

Properties

string Text [getset]
 Gets the text to be displayed on the watermark i.e. DRAFT More...
 
string Url [getset]
 Gets the URL you want to target More...
 
global::System.Drawing.Color Color [getset]
 Gets the color. More...
 
bool Fill [getset]
 Gets a value indicating whether this TextWatermark is filled. More...
 
bool Stroke [getset]
 Gets a value indicating whether this TextWatermark is strokde. More...
 
bool SerifFont [getset]
 Gets a value indicating whether [serif font]. More...
 
bool Background [getset]
 Gets or sets a value indicating whether this TextWatermark is background. More...
 
int Angle [getset]
 Gets the angle. More...
 
float LineWeight [getset]
 Gets the line weight. More...
 

Detailed Description

Represents Text watermark

Member Function Documentation

◆ Parse()

static SolidFramework.Converters.Plumbing.TextWatermark SolidFramework.Converters.Plumbing.TextWatermark.Parse ( string  content)
static

Parses the specified content.

Parameters
contentThe content.
Returns

Property Documentation

◆ Angle

int SolidFramework.Converters.Plumbing.TextWatermark.Angle
getset

Gets the angle.

The angle.

◆ Background

bool SolidFramework.Converters.Plumbing.TextWatermark.Background
getset

Gets or sets a value indicating whether this TextWatermark is background.

true if background; otherwise, false.

◆ Color

global.System.Drawing.Color SolidFramework.Converters.Plumbing.TextWatermark.Color
getset

Gets the color.

The color.

◆ Fill

bool SolidFramework.Converters.Plumbing.TextWatermark.Fill
getset

Gets a value indicating whether this TextWatermark is filled.

true if filled; otherwise, false.

◆ LineWeight

float SolidFramework.Converters.Plumbing.TextWatermark.LineWeight
getset

Gets the line weight.

The line weight.

◆ SerifFont

bool SolidFramework.Converters.Plumbing.TextWatermark.SerifFont
getset

Gets a value indicating whether [serif font].

true if [serif font]; otherwise, false.

◆ Stroke

bool SolidFramework.Converters.Plumbing.TextWatermark.Stroke
getset

Gets a value indicating whether this TextWatermark is strokde.

true if stroked; otherwise, false.

◆ Text

string SolidFramework.Converters.Plumbing.TextWatermark.Text
getset

Gets the text to be displayed on the watermark i.e. DRAFT

The text.

◆ Url

string SolidFramework.Converters.Plumbing.TextWatermark.Url
getset

Gets the URL you want to target

The URL you are targeting.