PdfFileType
PdfFileType class
Defines Pdf documents. Includes the following file types: Pdf,
public sealed class PdfFileType : FileType
Constructors
| Name |
Description |
| PdfFileType() |
Serialization constructor |
Properties
Methods
| Name |
Description |
| CompareTo(object) |
Compares current object to other. |
| override Equals(Enumeration) |
Implements Equals |
| override Equals(object) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| override ToString() |
String representation |
Fields
| Name |
Description |
| static readonly Pdf |
Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. Learn more about this file format here. |
See Also