Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active May 3, 2019 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/3b7e4d5e2a0a2d0e8985e8119f83bae4 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/3b7e4d5e2a0a2d0e8985e8119f83bae4 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET
DocumentInfo docInfo = conversionHandler.GetDocumentInfo("input file");
//pass page number to GetPageOrientation
docInfo.GetPageOrientation(1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment