pdfXFA 5.0.5 API
iTextSharp.tool.xml.xtra.xfa.XFAFlattenerProperties Class Reference

Classes

class   OutputIntent
 
class   ReaderProperties
 

Public Member Functions

  XFAFlattenerProperties ()
 
virtual XFAFlattenerProperties  SetOutputIntent (Stream iccInputStream, String outputConditionIdentifier, String outputCondition, String registryName, String info)
 
virtual ? PdfALevel  GetConformanceLevel ()
 
virtual XFAFlattenerProperties  SetConformanceLevel (PdfALevel? conformanceLevel)
 
virtual bool  IsTagged ()
 
virtual XFAFlattenerProperties  SetTagged ()
 
virtual bool  NeedsXmpMetaData ()
 
virtual XFAFlattenerProperties  CreateXmpMetaData ()
 
virtual char  GetPfdVersion ()
 
virtual XFAFlattenerProperties  SetPdfVersion (char pdfVersion)
 
virtual MetaData  GetMetaData ()
 
virtual XFAFlattenerProperties  SetMetaData (MetaData metaData)
 
virtual XFAFlattenerProperties  SetOpenPassword (byte[] password)
  Defines the password which will be used if the document is encrypted with standard encryption. More...
 
bool  IsSkipFormStateChecksumCheck ()
  Getter for skipFormStateChecksumCheck property. More...
 
void  SetSkipFormStateChecksumCheck (bool skipFormStateChecksumCheck)
  Setter for property skipFormStateChecksumCheck. More...
 

Static Public Attributes

const char  PDF_1_0 = '0'
 
const char  PDF_1_1 = '1'
 
const char  PDF_1_2 = '2'
 
const char  PDF_1_3 = '3'
 
const char  PDF_1_4 = '4'
 
const char  PDF_1_5 = '5'
 
const char  PDF_1_6 = '6'
 
const char  PDF_1_7 = '7'
 

Constructor & Destructor Documentation

◆ XFAFlattenerProperties()

iTextSharp.tool.xml.xtra.xfa.XFAFlattenerProperties.XFAFlattenerProperties ( )
inline

Default constructor of the XFAFlattenerProperties class. Doesn't initialize any field.

Member Function Documentation

◆ IsSkipFormStateChecksumCheck()

bool iTextSharp.tool.xml.xtra.xfa.XFAFlattenerProperties.IsSkipFormStateChecksumCheck ( )
inline

Getter for skipFormStateChecksumCheck property.

Returns
value of skipFormStateChecksumCheck.

◆ SetOpenPassword()

virtual XFAFlattenerProperties iTextSharp.tool.xml.xtra.xfa.XFAFlattenerProperties.SetOpenPassword ( byte[]  password )
inlinevirtual

Defines the password which will be used if the document is encrypted with standard encryption.

Defines the password which will be used if the document is encrypted with standard encryption. This could be either user or owner password.

Parameters
password the password to use in order to open the document.
Returns
Current XFAFlattenerProperties with the password set.

◆ SetSkipFormStateChecksumCheck()

void iTextSharp.tool.xml.xtra.xfa.XFAFlattenerProperties.SetSkipFormStateChecksumCheck ( bool  skipFormStateChecksumCheck )
inline

Setter for property skipFormStateChecksumCheck.

Parameters
skipFormStateChecksumCheck new value of skipFormStateChecksumCheck.