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

Represents Solid PDF creator More...

Inheritance diagram for SolidFramework.Pdf.Creators.Plumbing.SolidPdfCreator:
SolidFramework.Pdf.Creators.Plumbing.PdfCreator

Public Member Functions

 SolidPdfCreator ()
 Initializes a new instance of the SolidPdfCreator class.
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 
String CreateSilentPath ()
 Creates the silent path. More...
 
virtual void Unlock (string name, string organization, string email, string code)
 Unlocks creator Notes: The current printer code in bypass mode(SolidFramework, SolidScript,Desktop applications) does not check unlock code so the whole its functionality is available for every license More...
 

Properties

String Version [get]
 Gets the version.
 
String Build [get]
 Gets the build number
 
bool LaunchViewer [getset]
 Gets or sets a value indicating whether [launch viewer]. More...
 
bool HideProgress [getset]
 Gets or sets a value indicating whether [hide progress]. More...
 
StatusWindowAction StatusWindow [getset]
 Gets or sets the status window. More...
 
PdfDocument PdfDocument [get]
 Gets the PDF document.
 

Detailed Description

Represents Solid PDF creator

Member Function Documentation

◆ CreateSilentPath()

String SolidFramework.Pdf.Creators.Plumbing.PdfCreator.CreateSilentPath ( )
inherited

Creates the silent path.

Returns

◆ Unlock()

virtual void SolidFramework.Pdf.Creators.Plumbing.PdfCreator.Unlock ( string  name,
string  organization,
string  email,
string  code 
)
virtualinherited

Unlocks creator Notes: The current printer code in bypass mode(SolidFramework, SolidScript,Desktop applications) does not check unlock code so the whole its functionality is available for every license

Parameters
nameThe name.
organizationThe organization.
emailThe email.
codeThe code.

Property Documentation

◆ HideProgress

bool SolidFramework.Pdf.Creators.Plumbing.PdfCreator.HideProgress
getsetinherited

Gets or sets a value indicating whether [hide progress].

true if [hide progress]; otherwise, false.

◆ LaunchViewer

bool SolidFramework.Pdf.Creators.Plumbing.PdfCreator.LaunchViewer
getsetinherited

Gets or sets a value indicating whether [launch viewer].

true if [launch viewer]; otherwise, false.

◆ StatusWindow

StatusWindowAction SolidFramework.Pdf.Creators.Plumbing.PdfCreator.StatusWindow
getsetinherited

Gets or sets the status window.

The status window.