API referenceImport & Output APIs

pdfRemoveSharedContentStreams

Always succeeds on a valid instance — authored pages never share content streams in this engine, so there is nothing to unshare.

Always succeeds on a valid instance — authored pages never share content streams in this engine, so there is nothing to unshare.

C
int32_t __stdcall pdfRemoveSharedContentStreams(PPDF IPDF);

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
public static extern int pdfRemoveSharedContentStreams(IntPtr IPDF);
Area
Import & Output APIs
Category

Core

Exported names

pdfRemoveSharedContentStreams

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.