The gray pdf 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 PdfGrayConverter : IDisposable
Public Class PdfGrayConverter
	Implements IDisposable
public ref class PdfGrayConverter : IDisposable
type PdfGrayConverter =  
    class
        interface IDisposable
    end

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfGrayConverter(Stream)
Construct a new converter.
PdfGrayConverter(String)
Construct a new converter.
Dispose()()()()
Releases all resources used by the PdfGrayConverter
Dispose(Boolean)
Releases the unmanaged resources used by the PdfGrayConverter 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.)
ToGrayPdf(Stream)
Convert to gray pdf document.
ToGrayPdf(String)
Convert to gray pdf document.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Conversion..::..PdfGrayConverter

See Also