Created
March 12, 2026 09:26
-
-
Save smourier/0e6f6bd43d43458fae2a6b3b735610be to your computer and use it in GitHub Desktop.
IPdfContentSource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [System.Runtime.InteropServices.Marshalling.GeneratedComInterface, Guid("42a5bb06-8ce3-4925-b3a6-d9a23222fb44")] | |
| public partial interface IPdfContentSource : IInspectable | |
| { | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT get_DocumentMetadata(out HSTRING value); | |
| } | |
| [System.Runtime.InteropServices.Marshalling.GeneratedComInterface, Guid("0a623230-d3e7-43fe-864b-3cf6872f1fb3")] | |
| public partial interface IPdfContentSource : IInspectable | |
| { | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT GetReadingDirection(out int direction); | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT get_IsDataFullyAvailable(out BOOL value); | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT SaveAsync(nint file, uint saveType, nint progress); | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT SaveRecoveryDataAsync(); // unfinised | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT get_ContentLanguage(out HSTRING value); | |
| [PreserveSig] | |
| [return: MarshalAs(UnmanagedType.Error)] | |
| HRESULT get_Permissions(out uint value); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment