API referenceImport & Output APIs

pdfMoveContentStream

Compatibility shim: succeeds only for the trivial move (FromPosition = ToPosition ≥ 0).

Compatibility shim: succeeds only for the trivial move (FromPosition = ToPosition ≥ 0).

C
int32_t __stdcall pdfMoveContentStream(PPDF IPDF, int32_t FromPosition, int32_t ToPosition);

C# (P/Invoke)

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

Core

Exported names

pdfMoveContentStream

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.