PdfPageMode
PdfPageMode class
Describes Pdf page mode
public class PdfPageMode : Enumeration
Constructors
| Name |
Description |
| PdfPageMode() |
Serialization constructor |
Methods
| Name |
Description |
| CompareTo(object) |
Compares current object to other. |
| virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
| override Equals(object) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| override ToString() |
Returns a string that represents the current object. |
Fields
| Name |
Description |
| static readonly FullScreen |
FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible. |
| static readonly UseAttachments |
Attachments panel visible. |
| static readonly UseNone |
Don’t use any components. |
| static readonly UseOC |
Optional content group panel visible. |
| static readonly UseOutlines |
Document outline visible. |
| static readonly UseThumbs |
Thumbnail images visible. |
See Also