iTextSharp.text.io.GroupedRandomAccessSource.GetStartingSourceIndex C# (CSharp) Méthode

GetStartingSourceIndex() protected méthode

protected GetStartingSourceIndex ( long offset ) : int
offset long
Résultat int
        protected internal virtual int GetStartingSourceIndex(long offset){
            if (offset >= currentSourceEntry.firstByte)
                return currentSourceEntry.index;

            return 0;
        }