public final class Transformation
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
AddPrintAction
Indicates whether print action should be added to the pdf document or not.
|
static int |
None
No transformations
|
static int |
Reorder
Reorder transformation
|
static int |
Rotate
Rotate transformation
|
public static final int None
No transformations
public static final int Rotate
Rotate transformation
public static final int Reorder
Reorder transformation
public static final int AddPrintAction
Indicates whether print action should be added to the pdf document or not. The print action is JavaScript action that opens print dialog when pdf document is opened. This transformation used only in GetPdfFile method, in other methods it is ignored.
Copyright © 2018. All rights reserved.