Skip to content

Commit 5aaf8af

Browse files
Merge pull request #66 from samicheemagroupdocs/master
Examples updated for 19.4
2 parents d6093cc + c9f9b38 commit 5aaf8af

File tree

5 files changed

+67
-69
lines changed

5 files changed

+67
-69
lines changed

Examples/CSharp/GroupDocs.Conversion.Examples.CSharp/Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static void ApplyLicense(Stream licenseStream)
119119
public static void DocumentInformation()
120120
{
121121
var docuemntInfo = conversionHandler.GetDocumentInfo(Common.inputGUIDFile);
122-
Console.WriteLine(docuemntInfo.PageOrientation);
122+
Console.WriteLine(docuemntInfo.GetPageOrientation(1));
123123
}
124124
//ExEnd:DocumentInformation
125125
}

0 commit comments

Comments
 (0)