The pdf standard conveter.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfStandardsConverter : IDisposable
Public Class PdfStandardsConverter
	Implements IDisposable
public ref class PdfStandardsConverter : IDisposable
type PdfStandardsConverter =  
    class
        interface IDisposable
    end

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfStandardsConverter(Stream)
Construct a new converter.
PdfStandardsConverter(String)
Construct a new converter.
Dispose()()()()
Releases all resources used by the PdfStandardsConverter
Dispose(Boolean)
Releases the unmanaged resources used by the PdfStandardsConverter and optionally releases the managed resources
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()() (Overrides Object..::..Finalize()()()().)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToPdfA1A(Stream)
Convert to pdf/a1b standard document.
ToPdfA1A(String)
Convert to pdf/a1a standard document.
ToPdfA1B(Stream)
Convert to pdf/a1b standard document.
ToPdfA1B(String)
Convert to pdf/a1b standard document.
ToPdfA2A(Stream)
Convert to pdf/a2a standard document.
ToPdfA2A(String)
Convert to pdf/a2a standard document.
ToPdfA2B(Stream)
Convert to pdf/a2b standard document.
ToPdfA2B(String)
Convert to pdf/a2b standard document.
ToPdfA3A(Stream)
Convert to pdf/a3a standard document.
ToPdfA3A(String)
Convert to pdf/a2a standard document.
ToPdfA3B(Stream)
Convert to pdf/a3b standard document.
ToPdfA3B(String)
Convert to pdf/a3b standard document.
ToPdfX1A2001(Stream)
Convert to pdf/x1a2001 standard document.
ToPdfX1A2001(String)
Convert to pdf/x1a2001 standard document.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Conversion..::..PdfStandardsConverter

See Also