 | DuplexTypes Enumeration |
Duplex types
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration DuplexTypes
public enum class DuplexTypes
Patagames.Pdf.Enums.DuplexTypes = function();
Patagames.Pdf.Enums.DuplexTypes.createEnum('Patagames.Pdf.Enums.DuplexTypes', false);
Members
| Member name | Value | Description |
---|
| DuplexUndefined | 0 |
Undefined
|
| Simplex | 1 |
Simplex
|
| DuplexFlipShortEdge | 2 |
Flip short edge
|
| DuplexFlipLongEdge | 3 |
Flip long ebge
|
See Also