BadDestinationRepairAction Enumeration |
Determines how a bad destination in a "go to" action should be repaired
Namespace:
Atalasoft.PdfDoc.Repair
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum BadDestinationRepairAction
Public Enumeration BadDestinationRepairAction
Members
| Member name | Description |
---|
| None |
No repair - this will cause an exception to be thrown
|
| Remove |
Remove the action containing the destination
|
| PinToNearest |
The pin to the nearest page, either first or last
|
See Also