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.Pdf.Reports.PdfAReport Class Reference

Represents PDF/A report More...

Inheritance diagram for SolidFramework.Pdf.Reports.PdfAReport:

Public Member Functions

virtual void Dispose ()
 
 PdfAReport (string path)
 Initializes a new instance of the PdfAReport class. More...
 
bool TryGetValue (string key, out SolidFramework.Pdf.Reports.PdfAResult value)
 
bool Contains (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Reports.PdfAResult > item)
 
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Reports.PdfAResult >[] array)
 
void CopyTo (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Reports.PdfAResult >[] array, int arrayIndex)
 
SolidFramework.StringsArray GetKeys ()
 
void Save (string path)
 Saves to the specified file. More...
 
bool Equals (SolidFramework.Pdf.Reports.PdfAReport other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Pdf.Reports.PdfAReport obj1, SolidFramework.Pdf.Reports.PdfAReport obj2)
 
static bool operator!= (SolidFramework.Pdf.Reports.PdfAReport obj1, SolidFramework.Pdf.Reports.PdfAReport obj2)
 

Properties

SolidFramework.Pdf.Reports.PdfAResultsCollection Results [get]
 
bool IsReadOnly [get]
 
global::System.Collections.Generic.ICollection< string > Keys [get]
 
global::System.Collections.Generic.ICollection< SolidFramework.Pdf.Reports.PdfAResultValues [get]
 
string ApplicationName [get]
 Gets the name of the application. More...
 
int Count [get]
 
bool Encrypted [get]
 At least one of the results was an encrypted PDF
 
bool MissingStructTreeRoot [get]
 At least one of the results had missing 'StructTreeRoot' (Tags)
 
SolidFramework.Plumbing.ValidationMode Mode [get]
 

Detailed Description

Represents PDF/A report

Constructor & Destructor Documentation

◆ PdfAReport()

SolidFramework.Pdf.Reports.PdfAReport.PdfAReport ( string  path)

Initializes a new instance of the PdfAReport class.

Parameters
pathThe path.

Member Function Documentation

◆ Save()

void SolidFramework.Pdf.Reports.PdfAReport.Save ( string  path)

Saves to the specified file.

Parameters
pathThe path.

Property Documentation

◆ ApplicationName

string SolidFramework.Pdf.Reports.PdfAReport.ApplicationName
get

Gets the name of the application.

The name of the application.